Monte Carlo search

Terms from Artificial Intelligence: humans at the heart of algorithms

Page numbers are for draft copy at present; they will be replaced with correct numbers when final book is formatted. Chapter numbers are correct and will not change now.

A Monte Carlo search uses random choices as part of the search algorithm. An extreme case is random generate and test, choosing points in the search space at random until one satisfies the search criterion. However, forms of Monte Carlo search can also use heuristics to nudge the algorothm towards more likely parts of the search space.

Used on Chap. 6: page 125; Chap. 9: page 183